home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 33 / Amiga Format AFCD33 (Issue 117, Dec 1998).iso / -seriously_amiga- / programming / c / qtools0.2 / archives / qtools0.2-deb.lha / libs / gif.h next >
C/C++ Source or Header  |  1998-07-15  |  687b  |  19 lines

  1. /* This file is automatically generated by a2ixlibrary. Do not change.
  2.    Only shared library sources can include this header, do not use this header
  3.    in your own programs! */
  4. #ifndef UNDEF_amiga_gif
  5.  
  6. extern void *__AsciiTable_gif_shared_ptr;
  7. extern void *__GifQuietPrint_gif_shared_ptr;
  8. extern void *___GifError_gif_shared_ptr;
  9. #define AsciiTable (*((__typeof__(AsciiTable) *)__AsciiTable_gif_shared_ptr))
  10. #define GifQuietPrint (*((__typeof__(GifQuietPrint) *)__GifQuietPrint_gif_shared_ptr))
  11. #define _GifError (*((__typeof__(_GifError) *)___GifError_gif_shared_ptr))
  12. #define UNDEF_amiga_gif
  13. #else
  14. #undef AsciiTable
  15. #undef GifQuietPrint
  16. #undef _GifError
  17. #undef UNDEF_amiga_gif
  18. #endif
  19.